GetManifestIconsResponse

data class GetManifestIconsResponse(primaryIcon: String?)

Represents response frame that is returned from Page#getManifestIcons operation call.

See also

Constructors

GetManifestIconsResponse
Link copied to clipboard
fun GetManifestIconsResponse(primaryIcon: String? = null)

Properties

primaryIcon
Link copied to clipboard
val primaryIcon: String? = null

Sources

jvm source
Link copied to clipboard